FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package logex.internal.fhir.profiles#1.0.0 (78 ms)

Package logex.internal.fhir.profiles
Type StructureDefinition
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=logex.internal.fhir.profiles@1.0.0&canonical=http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range
Url http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range
Version 1.2.0
Status active
Date 2023-04-18T08:16:07.5506227+00:00
Name nl-gli-postal-code-range
Experimental False
Description District as defined within the GLI registry using part of postal code. To define a patient address, look at nl-gli-address.
Type Address
Kind complex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nl-gli-postal-code-range",
  "url" : "http://mrdm.nl/fhir/StructureDefinition/nl-gli-postal-code-range",
  "version" : "1.2.0",
  "name" : "nl-gli-postal-code-range",
  "status" : "active",
  "date" : "2023-04-18T08:16:07.5506227+00:00",
  "publisher" : "MRDM",
  "contact" : [
    {
      "name" : "MRDM helpdesk",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@mrdm.nl"
        }
      ]
    }
  ],
  "description" : "District as defined within the GLI registry using part of postal code. To define a patient address, look at nl-gli-address.",
  "fhirVersion" : "3.0.2",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Address",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Address.use",
        "path" : "Address.use",
        "max" : "0"
      },
      {
        "id" : "Address.type",
        "path" : "Address.type",
        "max" : "0"
      },
      {
        "id" : "Address.text",
        "path" : "Address.text",
        "max" : "0"
      },
      {
        "id" : "Address.line",
        "path" : "Address.line",
        "max" : "0"
      },
      {
        "id" : "Address.city",
        "path" : "Address.city",
        "max" : "0"
      },
      {
        "id" : "Address.district",
        "path" : "Address.district",
        "max" : "0"
      },
      {
        "id" : "Address.state",
        "path" : "Address.state",
        "max" : "0"
      },
      {
        "id" : "Address.postalCode",
        "path" : "Address.postalCode",
        "definition" : "postal code of the practice (4-digit)",
        "min" : 1,
        "constraint" : [
          {
            "key" : "nl-gli-pattern",
            "severity" : "error",
            "human" : "Dutch postal code pattern of first 4 digits 'nnnn' without trailing letters",
            "expression" : "matches('^\\\\d{4}$')",
            "xpath" : "matches(@value,'^\\d{4}$')"
          }
        ]
      },
      {
        "id" : "Address.period",
        "path" : "Address.period",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.